1
0
mirror of https://github.com/flarum/core.git synced 2025-10-19 18:56:44 +02:00

By default, don't rewrite API base URL

This commit is contained in:
Franz Liedke
2015-08-26 23:43:33 +02:00
parent 1e1f9e51ee
commit 49f20995b2
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ class DefaultData implements ProvidesData
'allow_post_editing' => 'reply',
'allow_renaming' => '10',
'allow_sign_up' => '1',
'api_url' => 'http://flarum.dev/api',
'api_url' => 'http://flarum.dev/api.php',
'base_url' => 'http://flarum.dev',
'custom_less' => '',
'default_locale' => 'en',