Skip to content

Commit

Permalink
FEATURE(#24) - Use our new domain name for base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Mifsud committed Mar 8, 2021
1 parent 906cc3b commit 6255398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/Networking/Endpoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

/// The available endpoints for Tendr Api.
enum Endpoint {
static let baseUrl = "http://34.95.9.213/api/1/"
static let baseUrl = "https://tendr.dev/api/1/"

/// Api Endpoint to get memes. With Paging.
/// - Parameters:
Expand Down

0 comments on commit 6255398

Please sign in to comment.