From 663cd77c94ec979de324e9f0bb3a3e70771ecd0a Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Fri, 12 Jun 2020 17:55:47 +0100 Subject: [PATCH] Fix the hostname --- swagger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger.yml b/swagger.yml index 8a975df..03b0fad 100644 --- a/swagger.yml +++ b/swagger.yml @@ -3,7 +3,7 @@ info: description: "Rove is an asychronous nomadic game about exploring a planet as part of a loose community" version: "0.1" title: "Rove Server" -host: "api.rove-game.com" +host: "rove-game.com:8080" basePath: "/" tags: - name: "server"