mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
5 lines
178 B
JavaScript
5 lines
178 B
JavaScript
/* global angular */
|
|
angular.module('codexen.shared')
|
|
// .constant('apiUrl', 'http://localhost:8000/')
|
|
.constant('apiUrl', 'http://codexen-server-dev.elasticbeanstalk.com/')
|