mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
Initial Import.
This commit is contained in:
10
src/main/scala/app/ServletBase.scala
Normal file
10
src/main/scala/app/ServletBase.scala
Normal file
@@ -0,0 +1,10 @@
|
||||
package app
|
||||
|
||||
/**
|
||||
* Provides generic features for ScalatraServlet implementations.
|
||||
*/
|
||||
trait ServletBase {
|
||||
|
||||
val LoginUser = "takezoe"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user