mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-06-13 17:54:30 +02:00
e4b382024d
Added API support
5 lines
97 B
Scala
5 lines
97 B
Scala
package controllers.api
|
|
|
|
final case class ApiResource private[api](name: String) extends AnyVal
|
|
|