UNPKG

slush-y

Version:

A slush generator for Best Practices with AngularJS Fullstack applications.

9 lines (7 loc) 193 B
;(function(){ 'use strict'; angular .module('core', []) .constant('serverBaseUrl', 'http://localhost:9000') .constant('serverUrl', 'http://localhost:9000/api'); }).call(this);