Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Unified Diff: sky/tools/skygo/sky_server.go

Issue 881093003: Normalize import paths for Sky modules (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/tools/skygo/sky_server.go
diff --git a/sky/tools/skygo/sky_server.go b/sky/tools/skygo/sky_server.go
index e42581f3d622b782bba402d37298605a4272cbb0..a1999b948586bd1d30df2934623e6a7ef3a6b2d8 100644
--- a/sky/tools/skygo/sky_server.go
+++ b/sky/tools/skygo/sky_server.go
@@ -78,12 +78,5 @@ func main() {
addMapping("/gen/", genRoot)
- // FIXME: Unclear if these are correct now that we have /gen.
- // /gen is more explicit, but also is less like how a 3rd party might
- // deploy a sky app.
- addMapping("/mojo/public/", path.Join(genRoot, "mojo", "public"))
- addMapping("/mojo/services/", path.Join(genRoot, "mojo", "services"))
- addMapping("/sky/services/", path.Join(genRoot, "sky", "services"))
-
http.ListenAndServe(":" + port, nil)
}

Powered by Google App Engine
This is Rietveld 408576698