Skip to content

Commit 348c1d9

Browse files
committed
refactor of directory structure
1 parent ac62854 commit 348c1d9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

public/index.php renamed to index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require_once('../resources/config.php');
2+
require_once('resources/config.php');
33

44
// Contains the render function
55
require_once(LIBRARY_PATH . '/router.php');

public/js/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ holstein = {
4646
emailAddress: $('#newsletter-sign-up-form input[name="email"]').val()
4747
}
4848

49-
$.post('api/mailchimp.php', {
49+
$.post('/resources/api/mailchimp.php', {
5050
firstName: request.firstName,
5151
lastName: request.lastName,
5252
emailAddress: request.emailAddress
File renamed without changes.

0 commit comments

Comments
 (0)