mirror of
https://github.com/arnaucube/gogame.git
synced 2026-02-07 03:26:39 +01:00
allow cors origin in config file, move resources from user to planet
This commit is contained in:
@@ -9,8 +9,9 @@ import (
|
||||
|
||||
type Config struct {
|
||||
Server struct {
|
||||
ServiceApi string
|
||||
AdminApi string
|
||||
ServiceApi string
|
||||
AdminApi string
|
||||
CorsOriginsAllowed string
|
||||
}
|
||||
Mongodb struct {
|
||||
Url string
|
||||
|
||||
Reference in New Issue
Block a user