Skip to content

Commit

Permalink
update SCHEMA_BASE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Nov 19, 2024
1 parent 84180de commit e105a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enum/LitSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class LitSchema
{
private const SCHEMA_BASE_PATH = API_BASE_PATH . Route::SCHEMAS->value;
private const SCHEMA_BASE_PATH = API_BASE_PATH . '/jsondata/schemas';
public const INDEX = self::SCHEMA_BASE_PATH . "/Index.json";
public const DIOCESAN = self::SCHEMA_BASE_PATH . "/DiocesanCalendar.json";
public const NATIONAL = self::SCHEMA_BASE_PATH . "/NationalCalendar.json";
Expand Down

0 comments on commit e105a50

Please sign in to comment.