Add some basic endpoints to the config app backend

rename files to avoid overlap with quay app
This commit is contained in:
Sam Chow 2018-05-21 17:02:38 -04:00
parent d080ca2cc6
commit c378e408ef
39 changed files with 3095 additions and 384 deletions

View file

@ -32,8 +32,6 @@ function provideConfig($provide: ng.auto.IProvideService,
// Configure the API provider.
RestangularProvider.setBaseUrl('/api/v1/');
console.log('i');
}