mirror of
https://github.com/status-im/consul.git
synced 2025-02-17 08:07:35 +00:00
16 lines
185 B
JavaScript
16 lines
185 B
JavaScript
//
|
|
// path: /
|
|
//
|
|
// The index is for choosing datacenters.
|
|
//
|
|
App.IndexController = Ember.Controller.extend({
|
|
});
|
|
|
|
//
|
|
// path: /:dc
|
|
//
|
|
App.DcController = Ember.Controller.extend({
|
|
})
|
|
|
|
|