1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 19:21:52 +00:00

tag as v0.1

This commit is contained in:
Rokt33r
2015-06-19 22:07:10 +09:00
parent 4094fff859
commit 9e53bec631
10 changed files with 105 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
/* global angular */
angular.module('codexen.popup')
.constant('apiUrl', 'http://localhost:8000/')
.constant('apiUrl', 'http://codexen-server-dev.elasticbeanstalk.com/')
.config(function ($authProvider, $httpProvider, apiUrl) {
$authProvider.baseUrl = apiUrl